Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissive MemoryStream typename #4829

Merged

Conversation

rainersigwald
Copy link
Member

Fixes #4773 by treating string and MemoryStream types as a prefix match on the mscorlib identity,
hoping to more closely match Type.GetType's behavior.

Fixes dotnet#4773 by treating string and MemoryStream types as a prefix match on the mscorlib identity,
hoping to more closely match `Type.GetType`'s behavior.
@livarcocc livarcocc added this to the MSBuild 16.4 milestone Oct 19, 2019
@rainersigwald
Copy link
Member Author

@ericstj This was what you meant by using a prefix match, right?

@rainersigwald rainersigwald merged commit 321ea29 into dotnet:master Oct 22, 2019
@rainersigwald rainersigwald deleted the tolerant-MemoryStream-typename branch October 22, 2019 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GenerateResource w/ ResXFileRef System.IO.MemoryStream, mscorlib, Version=2.0.0.0 fails at runtime
5 participants